Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps media3 from 1.9.0 to 1.9.1.
Updates androidx.media3:media3-exoplayer from 1.9.0 to 1.9.1

Release notes

Sourced from androidx.media3:media3-exoplayer's releases.

1.9.1

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().
  • Session:
    • Fix bug where stopping a MediaController connected to a platform session crashed the app if stop happened during ad playback (#2948).
    • Add additional verifications on extras Bundle instances in various classes to guard against malformed Bundle instances sent from other processes.
    • Fix issue where missing commands for COMMAND_SEEK_NEXT or COMMAND_SEEK_BACK can cause gaps in the system media notification (#2976).
    • Move bitmap scaling for notification icon off the main thread (#2829).
    • Fix bug where author, writer and composer were not used as a fallback when converting from legacy MediaMetadataCompat and MediaDescriptionCompat (#3018).
  • Downloads:
    • Fix potential infinite loops when a PriorityTooLowException is handled by SegmentDownloader (for DASH, HLS and SmoothStreaming). Custom overrides of SegmentDownloader using the protected execute method need to provide their task wrapped in a Supplier so it can be recreated (#2931).
  • HLS extension:
    • Pass the raw asset list JSON document to Listener.onAssetListLoadCompleted callback. This is a breaking change in an unstable API that requires apps that implement this callback to add an additional argument of type JSONObject (#2950).
  • RTSP extension:
    • Correctly handle RTP Packets with timestamps that wrap around (#2930).
  • Decoder extensions (FFmpeg, VP9, AV1, etc.):
    • Fix potential NullPointerException that can occur when seeking prior to processing the first video frame (#2965).
  • Cast extension:
    • Fix bug preventing the RemoteCastPlayer timeline from updating correctly when replacing the playlist.
Changelog

Sourced from androidx.media3:media3-exoplayer's changelog.

1.9.1 (2026-01-26)

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().

... (truncated)

Commits
  • 01c3757 Bump Media3 version to 1.9.1
  • f012ad5 Update release notes for 1.9.1 release.
  • c4b4464 Correctly honor author, writer and composer in metadata conversion
  • 22dc0e5 Fix initial discontinuity bug and add e2e tests for clipped playback
  • f9b86ef Update -if R8 rule to detect impls of ExoPlayer.setVideoEffects
  • 9a2617a Add e2e test for multi segment DASH and HLS playbacks
  • ebd7f0c Add nullness checking for AdEvent.getAd()
  • 4e17f91 Add workaround for decoder reuse on frame rate changes on API<30
  • 51a591a More cleanly separate format support between sink and output provider
  • e698d2b Make FakeVideoRendererTest more deterministic
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer-hls from 1.9.0 to 1.9.1

Release notes

Sourced from androidx.media3:media3-exoplayer-hls's releases.

1.9.1

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().
  • Session:
    • Fix bug where stopping a MediaController connected to a platform session crashed the app if stop happened during ad playback (#2948).
    • Add additional verifications on extras Bundle instances in various classes to guard against malformed Bundle instances sent from other processes.
    • Fix issue where missing commands for COMMAND_SEEK_NEXT or COMMAND_SEEK_BACK can cause gaps in the system media notification (#2976).
    • Move bitmap scaling for notification icon off the main thread (#2829).
    • Fix bug where author, writer and composer were not used as a fallback when converting from legacy MediaMetadataCompat and MediaDescriptionCompat (#3018).
  • Downloads:
    • Fix potential infinite loops when a PriorityTooLowException is handled by SegmentDownloader (for DASH, HLS and SmoothStreaming). Custom overrides of SegmentDownloader using the protected execute method need to provide their task wrapped in a Supplier so it can be recreated (#2931).
  • HLS extension:
    • Pass the raw asset list JSON document to Listener.onAssetListLoadCompleted callback. This is a breaking change in an unstable API that requires apps that implement this callback to add an additional argument of type JSONObject (#2950).
  • RTSP extension:
    • Correctly handle RTP Packets with timestamps that wrap around (#2930).
  • Decoder extensions (FFmpeg, VP9, AV1, etc.):
    • Fix potential NullPointerException that can occur when seeking prior to processing the first video frame (#2965).
  • Cast extension:
    • Fix bug preventing the RemoteCastPlayer timeline from updating correctly when replacing the playlist.
Changelog

Sourced from androidx.media3:media3-exoplayer-hls's changelog.

1.9.1 (2026-01-26)

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().

... (truncated)

Commits
  • 01c3757 Bump Media3 version to 1.9.1
  • f012ad5 Update release notes for 1.9.1 release.
  • c4b4464 Correctly honor author, writer and composer in metadata conversion
  • 22dc0e5 Fix initial discontinuity bug and add e2e tests for clipped playback
  • f9b86ef Update -if R8 rule to detect impls of ExoPlayer.setVideoEffects
  • 9a2617a Add e2e test for multi segment DASH and HLS playbacks
  • ebd7f0c Add nullness checking for AdEvent.getAd()
  • 4e17f91 Add workaround for decoder reuse on frame rate changes on API<30
  • 51a591a More cleanly separate format support between sink and output provider
  • e698d2b Make FakeVideoRendererTest more deterministic
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer-rtsp from 1.9.0 to 1.9.1

Release notes

Sourced from androidx.media3:media3-exoplayer-rtsp's releases.

1.9.1

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().
  • Session:
    • Fix bug where stopping a MediaController connected to a platform session crashed the app if stop happened during ad playback (#2948).
    • Add additional verifications on extras Bundle instances in various classes to guard against malformed Bundle instances sent from other processes.
    • Fix issue where missing commands for COMMAND_SEEK_NEXT or COMMAND_SEEK_BACK can cause gaps in the system media notification (#2976).
    • Move bitmap scaling for notification icon off the main thread (#2829).
    • Fix bug where author, writer and composer were not used as a fallback when converting from legacy MediaMetadataCompat and MediaDescriptionCompat (#3018).
  • Downloads:
    • Fix potential infinite loops when a PriorityTooLowException is handled by SegmentDownloader (for DASH, HLS and SmoothStreaming). Custom overrides of SegmentDownloader using the protected execute method need to provide their task wrapped in a Supplier so it can be recreated (#2931).
  • HLS extension:
    • Pass the raw asset list JSON document to Listener.onAssetListLoadCompleted callback. This is a breaking change in an unstable API that requires apps that implement this callback to add an additional argument of type JSONObject (#2950).
  • RTSP extension:
    • Correctly handle RTP Packets with timestamps that wrap around (#2930).
  • Decoder extensions (FFmpeg, VP9, AV1, etc.):
    • Fix potential NullPointerException that can occur when seeking prior to processing the first video frame (#2965).
  • Cast extension:
    • Fix bug preventing the RemoteCastPlayer timeline from updating correctly when replacing the playlist.
Changelog

Sourced from androidx.media3:media3-exoplayer-rtsp's changelog.

1.9.1 (2026-01-26)

This release includes the following changes since 1.9.0 release:

  • Common Library:
    • Support date-time strings with only hours in the timezone offset (#2929).
  • ExoPlayer:
    • Allow dynamic scheduling to slow doSomeWork interval only after audio starts to support smoother A/V sync at beginning of playback.
    • Fix bug in DefaultLoadErrorHandlingPolicy where FileNotFoundException and similar exception types were retried multiple times.
    • Fix bug with dynamic scheduling where the calculated time for the next doSomeWork was mistakenly reduced by the elapsed time of the current iteration of doSomeWork. Addressing this hopefully extends CPU idle time and saves power.
    • Fix issue where some playbacks of Dolby Vision files fail when attempting to use a fallback AVC or HEVC codec.
    • Fix bug where loading continues after playback ended when removing the currently playing item from a playlist (#2873).
    • Avoid leaking MediaItem instances when repeatedly using ExoPlayer.replaceMediaItem on the same item (#2993).
    • Prevent potential ANRs caused by emergency wake lock releases (#2979).
  • Extractors:
    • MP3: Parse LAME ReplayGain data (#2840).
  • Audio:
    • Correctly remove support for AC4Profile22 and other legacy profiles when assessing AC-4 decoder support in Automotive scenarios (#2609).
  • Video:
    • Discard video codecs on devices below API 30 when the content frame rate changes to avoid stuttering playback (#2941).
  • Text:
    • VobSub: Fix some missing subtitles by correctly handling SPUs that either contain only a single control sequence, or have critical info split across multiple control sequences (#2935).
  • IMA extension:
    • Bug fix: Corrected an issue where the ad MIME type did not match the MIME type provided in the IMA LOADED event. The fix now maps the ad MIME type using the ad pod index and ad position.
    • Add a null check before accessing result of getAdsManager() and AdEvent.getAd().

... (truncated)

Commits
  • 01c3757 Bump Media3 version to 1.9.1
  • f012ad5 Update release notes for 1.9.1 release.
  • c4b4464 Correctly honor author, writer and composer in metadata conversion
  • 22dc0e5 Fix initial discontinuity bug and add e2e tests for clipped playback
  • f9b86ef Update -if R8 rule to detect impls of ExoPlayer.setVideoEffects
  • 9a2617a Add e2e test for multi segment DASH and HLS playbacks
  • ebd7f0c Add nullness checking for AdEvent.getAd()
  • 4e17f91 Add workaround for decoder reuse on frame rate changes on API<30
  • 51a591a More cleanly separate format support between sink and output provider
  • e698d2b Make FakeVideoRendererTest more deterministic
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `media3` from 1.9.0 to 1.9.1.

Updates `androidx.media3:media3-exoplayer` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.9.0...1.9.1)

Updates `androidx.media3:media3-exoplayer-hls` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.9.0...1.9.1)

Updates `androidx.media3:media3-exoplayer-rtsp` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: androidx.media3:media3-exoplayer
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-exoplayer-hls
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-exoplayer-rtsp
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants